例文
- This form of array declaration is allowed as the last element in structures only, and differs from normal arrays in that no length is specified to the compiler.
- One can use the object and array declaration literals to quickly create arrays that are associative, multidimensional, or both . ( Technically, JavaScript does not support multidimensional arrays, but one can mimic them with arrays-of-arrays .)